From: Eli Zaretskii Date: Sat, 31 Mar 2001 09:48:53 +0000 (+0000) Subject: (Checklist): Include more LC_* variables in the list, as suggested X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40919 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ccf1f9aaf1a4c165ac9f26ab261cadcfe849a2d5;p=emacs.git (Checklist): Include more LC_* variables in the list, as suggested by Paul Eggert. --- diff --git a/man/trouble.texi b/man/trouble.texi index aa0b3e1e293..cd583a2a222 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -652,7 +652,8 @@ if you use a Unix-style shell such as Bash, you can use this shell command to view the relevant values: @example -echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG +echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \ + LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG @end example Alternatively, use the @command{locale} command, if your system has it,